'Declaration Public Class NumericUpDownEditor (Of TEditor As {New, UpDownBase(Of TType)}, TType) Inherits UpDownEditor(Of TEditor,TType) Implements ITypeEditor
'Usage Dim instance As NumericUpDownEditor(Of TEditor,TType)
public class NumericUpDownEditor<TEditor,TType> : UpDownEditor<TEditor,TType>, ITypeEditor where TEditor: new(), UpDownBase<TType>